How we use date function in PHP?
1899
17-Mar-2011
Amit Singh
17-Mar-2011date(format,timestamp)
For Example:
<?php
echo date("Y/m/d")
?>